From 6ea1253e58420b562d035d0ff6e505e4e14b706a Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 27 Oct 2006 00:54:22 +0000 Subject: [PATCH] Document new text and html options. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2434 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/options/html-altunits.xml | 2 ++ gpsbabel/xmldoc/formats/options/html-degformat.xml | 3 +++ gpsbabel/xmldoc/formats/options/text-altunits.xml | 2 ++ gpsbabel/xmldoc/formats/options/text-degformat.xml | 3 +++ 4 files changed, 10 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/options/html-altunits.xml create mode 100644 gpsbabel/xmldoc/formats/options/html-degformat.xml create mode 100644 gpsbabel/xmldoc/formats/options/text-altunits.xml create mode 100644 gpsbabel/xmldoc/formats/options/text-degformat.xml diff --git a/gpsbabel/xmldoc/formats/options/html-altunits.xml b/gpsbabel/xmldoc/formats/options/html-altunits.xml new file mode 100644 index 000000000..7dde80226 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/html-altunits.xml @@ -0,0 +1,2 @@ +This option should be 'f' if you want the altitude expressed in feet and +'m' for meters. The default is 'f'. diff --git a/gpsbabel/xmldoc/formats/options/html-degformat.xml b/gpsbabel/xmldoc/formats/options/html-degformat.xml new file mode 100644 index 000000000..ea48b484e --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/html-degformat.xml @@ -0,0 +1,3 @@ +When GPSBabel writes coordinates, this option is consulted to see if it +should write decimal degrees ('ddd') decimal minutes ('dmm') or degrees, +minutes, seconds ('dms'). The default is 'dmm'. diff --git a/gpsbabel/xmldoc/formats/options/text-altunits.xml b/gpsbabel/xmldoc/formats/options/text-altunits.xml new file mode 100644 index 000000000..7dde80226 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/text-altunits.xml @@ -0,0 +1,2 @@ +This option should be 'f' if you want the altitude expressed in feet and +'m' for meters. The default is 'f'. diff --git a/gpsbabel/xmldoc/formats/options/text-degformat.xml b/gpsbabel/xmldoc/formats/options/text-degformat.xml new file mode 100644 index 000000000..ea48b484e --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/text-degformat.xml @@ -0,0 +1,3 @@ +When GPSBabel writes coordinates, this option is consulted to see if it +should write decimal degrees ('ddd') decimal minutes ('dmm') or degrees, +minutes, seconds ('dms'). The default is 'dmm'. -- 2.30.2